London Kills Me

London Kills Me is a 1991 film written and directed by Hanif Kureshi and starred Justin Chadwick and Steven Mackintosh.

London Kills Me
Theatrical release poster
Directed byHanif Kureishi
Produced byTim Bevan
Written byHanif Kureishi
Starring
Music bySarah Sarhandi
Mark Springer
CinematographyEdward Lachman
Edited byJon Gregory
Distributed byRank Organisation
Release date
  • 13 December 1991 (1991-12-13)
Running time
107 minutes
CountryUnited Kingdom
LanguageEnglish

Cast and roles

gollark: (thread-safe reference-counting pointer to a mutex to a T)
gollark: i.e. if I tried to just pass a mutable reference to a map to all of the stuff I run in different threads, it'd be a compiler error, so instead it's a `Arc<Mutex<T>>`.
gollark: Well, you can spawn threads, and the type system prevents weirdness with concurrency.
gollark: Oh, and Rust has that nice thing where you can't keep around both a mutable reference and immutable references to stuff.
gollark: I'm not a C++ologist, so what happens if you, say, allocate a hash map in a function, then return a reference to an element in that hashmap?


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.